home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Tools / Dev / Sas-PPC / samplelib3 / smakefile < prev    next >
Encoding:
Makefile  |  1999-12-03  |  853 b   |  39 lines

  1. all: try_multi.ppc try_multi test_multi.library  
  2.  
  3.  
  4. try_multi: try_multi.c
  5.       sc link debug=line try_multi.c
  6.  
  7. try_multi.ppc: try_multi.c
  8.       scppc link debug=line hunkobj programname=try_multi.ppc try_multi.c
  9.  
  10.  
  11.  
  12.  
  13. test_multi.library: libinitr.o test.o testppc.o 
  14.       work:ppc/slink/slink PPC with <<
  15. LIBFD test.fd 
  16. to test_multi.library 
  17. FROM lib:libent.o libinitr.o test.o testppc.o 
  18. lib work:ppc/lib/scppc.lib 
  19. noicons
  20. libversion 1 librevision 11
  21. verbose
  22. map test_multi.map hsx
  23. <
  24.  
  25.  
  26.  
  27.       
  28. testppc.o: testppc.c      
  29.       scppc debug sf testppc.c hunkobj
  30.  
  31. test.o: test.c      
  32.       sc libcode nostackcheck debug sf test.c
  33.  
  34. libinit.o: libinit.c
  35.       sc resetopts libcode strmer nostackcheck debug sf DEF ONE_GLOBAL_SECTION=1 libinit.c
  36.  
  37. libinitr.o: libinit.c
  38.       sc resetopts libcode strmer nostackcheck debug sf objname libinitr.o libinit.c
  39.